Fix dupe word in documentation
authorSebastian Waisbrot <seppo0010@gmail.com>
Wed, 15 Feb 2017 17:27:58 +0000 (14:27 -0300)
committerSebastian Waisbrot <seppo0010@gmail.com>
Wed, 15 Feb 2017 17:27:58 +0000 (14:27 -0300)
src/doc/guide.md

index d955a52b2bf192ea7067cc9b35bf9134d0c65884..8ca9f4b9cdb3090957ce0b685436472281985453 100644 (file)
@@ -489,7 +489,6 @@ In the future, more variables may be added. Suggestions welcome!
 The available templating functions are:
 
 - `toml-escape`: Escapes a string for use in a TOML file.
-  file.
 - `html-escape`: Escapes a string for use in a HTML file.
 
 There is more documentation available on the [Handlebars